ServiceGetServerTimeZones Method (String) |
Gets information from time zone definitions that are available on the Exchange server.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetServerTimeZonesResponse GetServerTimeZones(
string timeZoneId
)
Public Function GetServerTimeZones (
timeZoneId As String
) As GetServerTimeZonesResponse
Parameters
- timeZoneId
- Type: SystemString
The time zone definition identifier that specifies the requested time zone definitions.
Return Value
Type:
GetServerTimeZonesResponseGetServerTimeZonesResponse.
See Also